home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 April: Mac OS SDK / Dev.CD Apr 96 SDK / Dev.CD Apr 96 SDK2.toast / Development Kits (Disc 2) / QuickTime / Programming Stuff / Documentation / develop articles / develop Issue 15 / Text To Speech media handler / Code / MyVersionComponent.c < prev    next >
Encoding:
C/C++ Source or Header  |  1993-04-21  |  127 b   |  8 lines  |  [TEXT/KAHL]

  1. #include "ComponentData.h"
  2. #include "MyVersionComponent.h"
  3.  
  4. pascal ComponentResult MyVersionComponent()
  5. {
  6. return kMyVersion;
  7. }
  8.